Add GtkConstraintLayout
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 9 Apr 2019 14:33:52 +0000 (15:33 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 30 Jun 2019 22:42:44 +0000 (23:42 +0100)
commitcdf80f1d652114a6bb7c9a3d38adec61f8dbcabb
treec1cd3872541d8c1e27bc2e6cb5dd28b24697ae7d
parente7b2c530c512523242270caaaa8e0a15bf99e492
Add GtkConstraintLayout

A layout manager using GtkConstraintSolver to measure and allocate
children.
gtk/gtk.h
gtk/gtkconstraint.c [new file with mode: 0644]
gtk/gtkconstraint.h [new file with mode: 0644]
gtk/gtkconstraintlayout.c [new file with mode: 0644]
gtk/gtkconstraintlayout.h [new file with mode: 0644]
gtk/gtkconstraintprivate.h [new file with mode: 0644]
gtk/gtkconstraintsolver.c
gtk/gtkconstraintsolverprivate.h
gtk/gtkenums.h
gtk/meson.build